Материалы по теме '.net core' | DevsDay.ru

IT-блоги Материалы по теме '.net core'

IT-блоги Материалы по теме '.net core'


Разработка dev.to 17 мая 2024 г. 22:58

One of the powerful features of Elanat CMS is request management. There are several structures for managing requests in Elanat CMS, one of which is before load path reference; the before load path reference structure checks the request before it is e...... читать далее

csharp dotnet cms github

Разработка dev.to 17 мая 2024 г. 20:47

In the age of sophisticated IDEs, cloud-based development platforms, and feature-rich code editors, the notion of relying on a notepad for app development may seem unconventional. However, this simple tool can actually be a valuable asset in the righ...... читать далее

Разработка dev.to 17 мая 2024 г. 11:30

Introduction Brief Introduction to Network Protocols In the realm of computer networks, communication between devices is facilitated by a set of rules known as network protocols. These protocols define how data is formatted, transmitted,...... читать далее

javascript backend webdev beginners

Разработка dev.to 17 мая 2024 г. 11:14

Issue #233 - Did You Know This article was originally published on GameDevDigest.com Hope you find something useful in this grab-bag issue. Enjoy! Your burning Steam questions: Answered! - From in-person talks to virtual sessions: Here is a...... читать далее

gamedev unity3d csharp news

Разработка dev.to 15 мая 2024 г. 15:43

Recently, I was asked to present on Domain Driven Design. As I delved deeper into the research, it became clear that DDD is a crucial aspect of system architecture that many developers don’t fully grasp. Building software that aligns with complex bu...... читать далее

domaindrivendesign architecture softwareconcepts

Разработка dev.to 14 мая 2024 г. 20:09

in ASP.NET Core using .NET 8.0 It is a concept commonly associated with an API, where it states (a rate limiter in a web API) is a mechanism used to control the number of requests that a client can make to an API within a certain time frame. It help...... читать далее

webdev beginners programming tutorial

Разработка dev.to 14 мая 2024 г. 18:44

This is a transcript from a great conversation I had with Brandon Minnick recently. We discuss the state of .NET tooling in 2024. Preamble This whole discussion came about because of a Tweet from Jeff Fritz that I saw on my timeline. A b...... читать далее

dotnet dotnetmaui

Разработка wpbeginner.com 14 мая 2024 г. 10:00

Are you looking for Zendesk alternatives for your small business’s customer support? You’re not alone. While Zendesk is a popular choice, many users have complained about its high costs, complex interface, and limited support. These factors are...... читать далее

Showcase best zendesk alternatives chatbot freshdesk groove groovehq help scout helpdesk heroic inbox liveagent livechat

DevOps ubuntu.com 13 мая 2024 г. 19:50

Exciting news for cloud enthusiasts and developers! Ubuntu Pro 24.04 LTS (Noble Numbat) is now available on Google Cloud, bringing a robust and secure platform for your cloud workloads. This latest Long Term Support release from Canonical offers a we...... читать далее

Google Cloud Ubuntu 24.04 LTS Ubuntu Pro

Разработка dev.to 13 мая 2024 г. 13:19

Hi, my name is Konstantin Usachev, I'm a Software Engineer with over 15 years of experience behind my back, 12 of them – in game development. During these years, I've experienced firsthand the impact of DevOps on game production cycles. In this arti...... читать далее

gamedev development devops

Разработка dev.to 13 мая 2024 г. 8:36

It's been over a year now since I took the effect pill and I'll probably never develop the same way as I did before. I love effect, and I am absolutely a power-user. But at my core, I am a front-end oriented developer. I care about things like bundl...... читать далее

webdev javascript effect typescript

Разработка dev.to 12 мая 2024 г. 20:29

As you know, Elanat content management system is based on CodeBehind framework and created under .NET Core. We at Elanat team want to release the new version of Elanat CMS; Elanat CMS version 2.2 will release with the latest version of the CodeBehind...... читать далее

dotnet csharp backend webdev

Разработка dev.to 12 мая 2024 г. 16:20

Let’s get real: frameworks are the Swiss Army knives of the tech world. From whipping up a Next.js web app to deploying a PyTorch ML model, these tools are indispensable. They’re like magic wands that transform months of coding into days. But here's...... читать далее

webdev ai beginners programming

Разработка dev.to 11 мая 2024 г. 21:52

SaaS applications benefit from the multi-tenant architecture. It makes the maintenance and enhancements of the software easier and less costly. We discussed multi-tenancy in details in the Multi-Tenant SaaS Architecture with Entity Framework article...... читать далее

dotnet saas database architecture

Разработка dev.to 11 мая 2024 г. 14:57

I've experimented with various solutions, but some older methods have become ineffective due to the proliferation of browsers and ad blockers. Previously, to check if an ad (Google Ads) was blocked, most AdBlocks targeted specific CSS classes (like...... читать далее

webdev javascript adblock

Разработка dev.to 11 мая 2024 г. 14:12

In the realm of Cloud DevOps, understanding fundamental concepts is crucial for harnessing the full potential of modern infrastructure and workflows. From virtualization to high availability, each concept plays a pivotal role in shaping the landscape...... читать далее

cloud devops beginners basic

Разработка dev.to 10 мая 2024 г. 5:43

Securing a remote software engineer position offers the flexibility and autonomy that comes with telecommuting, but it requires a targeted approach in your job search. To be successful, you should have a strong portfolio showcasing your technical cap...... читать далее

programming softwareengineering productivity softwaredevelopment

Разработка dev.to 9 мая 2024 г. 14:00

In this article, we’ll be exploring how to use Autofac ComponentRegistryBuilder in ASP.NET Core. Prior articles in this series have highlighted some challenges for getting set up to do C# plugin architectures — at least for my own standards. I’ll be...... читать далее

webdev dotnet csharp programming

Разработка dev.to 8 мая 2024 г. 19:20

Introduction In the world of software development, securing the dependability and stability of your code base is critical. One critical component of doing this is the installation of thorough test suites. Among the different components of a softwar...... читать далее

dotnet repository unittest tdd

Разработка dev.to 8 мая 2024 г. 18:08

blog.softwaretechit.com home.softwaretechit.com Definition & Functions of an API (Common Web API Testing interview questions) What is an API? An API (Application Programming Interface) is a software intermediary that enables two applications to...... читать далее

interview api testing webdev